home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratique / Internet Pratique 01.iso / pc / PC / Partenaires / Wanadoo / Divers / drivers_modem / MicrosoftSERWAVE.INF < prev    next >
INI File  |  2000-01-18  |  3KB  |  76 lines

  1. [Version]
  2. Signature="$Windows95$"
  3. Class=MEDIA        ;; needed - this is a wave driver, so gets installed in media
  4. provider=%MSFT%
  5.  
  6. [ClassInstall]
  7. Addreg=Class.AddReg     ;; standard media info
  8.  
  9. [Class.AddReg]          ;; standard media info
  10. HKR,,,,%MediaClassName%
  11. HKR,,Icon,,"-1"
  12. HKR,,Installer,,mmci.dll
  13.  
  14. [Manufacturer]
  15. %MfgName%=Microsoft
  16.  
  17. [Microsoft]
  18. ;; the device id's (MODEMWAVE\14.4_Data_Fax_Modem_Voice) correspond EXACTLY to the modem name
  19. ;; with underscores in place of spaces.  The names must be an exact match or installer
  20. ;; won't find device.
  21. ;; this scheme due to the way serial wave device enumeration occurs.
  22.  
  23. %PHI1128.DeviceDesc%=PHI1128,  MODEMWAVE\PCA22IV
  24. %PHI0001.DeviceDesc%=PHI0001,  MODEMWAVE\PCA22IV/US
  25. %PHI0003.DeviceDesc%=PHI0003,  MODEMWAVE\D1128NZ1-R9
  26. %PHI0012.DeviceDesc%=PHI0012,  MODEMWAVE\PCA22IV/US
  27. %PHI0015.DeviceDesc%=PHI0015,  MODEMWAVE\PCA22IV        
  28.  
  29. [PreCopySection]
  30. HKR,,NoSetupUI,,1
  31.  
  32. [PHI1128]
  33. AddReg=MSSERWAVE.AddReg, PHI1.AddReg
  34. [PHI0001]
  35. AddReg=MSSERWAVE.AddReg, PHI2.AddReg
  36. [PHI0003]
  37. AddReg=MSSERWAVE.AddReg, PHI2.AddReg
  38. [PHI0012]
  39. AddReg=MSSERWAVE.AddReg, PHI2.AddReg
  40. [PHI0015]
  41. AddReg=MSSERWAVE.AddReg, PHI1.AddReg
  42.  
  43. [PHI1.AddReg]
  44. HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc%    ;; serwvdrv.drv is driver
  45. HKR,Config,XformModule,  , "umdmxfrm.dll"    ;; necessary
  46. HKR,Config,XformID,     1, 01, 00, 00, 00    ;; format - need docs on this
  47. HKR,Config,WaveDevices,  1, 01, 00        ;; normally, have 2 wave devices, line and
  48.                         ;; handset.  If handset is not supported
  49.                         ;; only have 1 wave device, so serwvdrv
  50.                         ;; needs to know this so it only reports
  51.                         ;; one device.  If this entry is omitted
  52.                         ;; default is 2
  53. ;;use local handset also
  54. [PHI2.AddReg]
  55. HKR,Drivers\wave\serwvdrv.drv,Description,,%Rockwell.DeviceDesc%    ;; serwvdrv.drv is driver
  56. HKR,Config,XformModule,  , "umdmxfrm.dll"    ;; necessary
  57. HKR,Config,XformID,     1, 01, 00, 00, 00    ;; format - need docs on this
  58.  
  59.  
  60. [MSSERWAVE.AddReg]                ;; this stuff should never change
  61. HKR,,DevLoader,,mmdevldr.vxd
  62. HKR,Drivers,MIGRATED,,0
  63. HKR,Drivers\wave,,,
  64. HKR,,Driver,,serwave.vxd
  65. HKR,Drivers\wave\serwvdrv.drv,Driver,,serwvdrv.drv
  66. HKR,Drivers,SubClasses,,"wave"
  67.  
  68. [Strings]
  69. MSFT="Microsoft"
  70. MfgName="Philips"
  71. PHI1128.DeviceDesc="Philips Voice Modem Serial Wave Device"
  72. PHI0001.DeviceDesc="Philips Voice Modem Serial Wave Device"
  73. PHI0003.DeviceDesc="Philips Voice Modem Serial Wave Device"
  74. PHI0012.DeviceDesc="Philips Voice Modem Serial Wave Device"
  75. PHI0015.DeviceDesc="Philips Voice Modem Serial Wave Device"
  76.